.show-box {
	background-color: #fff;
	padding: 24px;
	box-sizing: border-box;
}
.show-title {
	font-size: 30px;
	color: #000;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
	padding: 0 24px;
}
.show-subtitle {
	padding: 24px;
	margin-bottom: 10px;
	
}
.show-subtitle p {
	padding: 30px;
	background-color: #f9f9f9;
	font-size: 16px;
	line-height: 2;
	color: #8995A3;
}
.show-source {
	text-align: center;
}
.show-source span {
	display: inline-block;
	font-size: 16px;
	color: #BDBDBD;
}
.show-cont {
	line-height: 2;
	padding: 24px;
}
.show-cont p {
	line-height: 2;
	margin: 20px 0;
	font-size: 18px;
	overflow: hidden;
}

.show-cont img {
	max-width: 100%;
	/* margin: 20px 0; */
}
.show-prenext {
	padding: 60px 0;
	border-top: 1px solid #EDEDED;
	
}
/* 内容音频适配 */
.show-cont .audiojs {
	width: 576px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.show-cont .audiojs audio {
	display: none;
}
.show-cont video {
	max-width: 600px;
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
}
/* //上一篇下一篇 */
.show-pre-btn,
.show-next-btn {
	width: 550px;
	margin-right: 24px;
}
.show-pre-btn span,
.show-next-btn span {
	font-size: 16px;
	font-weight: bold;
	color: #000;
}
.show-pre-btn a,
.show-next-btn a {
	font-size: 16px;
	color: #8995A3;
}
.show-pre-btn a:hover,
.show-next-btn a:hover {
	color: #C73235;
	text-decoration: underline;
}

/* 分享 */
.show-share {
  height: 44px;
  padding-bottom: 40px;
  border-bottom: 2px solid #ededed;
  overflow: hidden;
}
.show-share div {
  height: 48px;
  line-height: 48px;
}
.show-share div span{
  padding-right: 10px;
}
.show-share .fl a{
  padding: 0 3px;
  color: #fd0404;
}
/* 相关文章 */
.show-other {
  padding: 40px 0;
  border-bottom: 2px solid #eee;
}
.show-other li,
.show-other p {
  height: 45px;
  line-height: 45px;
  overflow: hidden;
}
.show-other li a,
.show-other li span {
  color: #656565;
  /*padding-left: 20px; */
}
.show-other li a {
  display: inline-block;
  max-width: 800px;
  overflow: hidden;
}
.show-other li span {
  float: right;
}
.show-other li a:hover {
  color: #d21c0f;
}

/* 音频 */
.show-audio {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
}

/* 视频 */
.show-con .show-video .player {
  position:relative;
  margin: 0 auto;
  width: 600px;
  height:450px;
  background:#000;
}
.show-con .show-video #player {
  position:relative;
  z-index:100;
  margin:0 auto;
  width:600px;
  height:450px;
}

/* 图集 */
.hide {
  display: none;
}
.show-album {
  margin-left: auto;
  margin-right: auto;
  width: 800px;
  overflow: hidden;
}
.album-image-md {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  height: 600px;
  overflow: hidden;
}
.album-image-bd {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  height: 600px;
  text-align: center;
  overflow: hidden;
}
.album-image {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
}
.album-image-ft {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  height: 50px;
  line-height: 50px;
  background: #ccc;
  color: #999;
  font-size: 16px;
  text-align: center;
  overflow: hidden;
}
.album-image-nav {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 800px;
  height: 600px;
  overflow: hidden;
}
.album-image-nav-left-block {
  position: relative;
  z-index: 1;
  float: left;
  margin: 0;
  width: 50%;
  height: 600px;
  list-style-type: none;
  overflow: hidden;
}
.album-image-btn-prev:link,
.album-image-btn-prev:visited,
.album-image-btn-prev:hover {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  margin: -40px 0 0 0;
  width: 50px;
  height: 80px;
  line-height: 60px;
  font-size: 100px;
  color: #999;
  background-color: #333;
  opacity: 0.5;
  filter: alpha(opacity=50);
  text-decoration: none;
  text-align: center;
  overflow: hidden;
}
.album-image-nav-right-block {
  position: relative;
  z-index: 1;
  float: left;
  margin: 0;
  width: 50%;
  height: 600px;
  list-style-type: none;
  overflow: hidden;
}
.album-image-btn-next:link,
.album-image-btn-next:visited,
.album-image-btn-next:hover {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 0;
  margin: -40px 0 0 0;
  width: 50px;
  height: 80px;
  line-height: 60px;
  font-size: 100px;
  color: #999;
  background-color: #333;
  opacity: 0.5;
  filter: alpha(opacity=50);
  text-decoration: none;
  text-align: center;
  overflow: hidden;
}
.album-image-btn-prev:hover,
.album-image-btn-next:hover {
  color: #FFF;
  background-color: #000;
}
.album-image-loading-overlay {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  margin: 0;
  width: 800px;
  height: 600px;
  background-color: #FFF;
  opacity: 0.6;
  filter: alpha(opacity=60);
  overflow: hidden;
}
.album-image-loading-overlay img {
  position: absolute;
  z-index: 6;
  top: 50%;
  left: 50%;
  margin: -16px 0 0 -16px;
  width: 32px;
  height: 32px;
}
.album-carousel {
  margin: 0 auto;
  margin-top: 10px;
  width: 800px;
  height: 90px;
  overflow: hidden;
}
.album-carousel-btn-prev:link,
.album-carousel-btn-prev:visited,
.album-carousel-btn-prev:hover {
  float: left;
  margin: 0;
  width: 44px;
  height: 90px;
  line-height: 70px;
  text-align: center;
  font-size: 80px;
  text-decoration: none;
  color: #999;
  background: #e8e8e8;
  overflow: hidden;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.album-carousel-btn-next:link,
.album-carousel-btn-next:visited,
.album-carousel-btn-next:hover {
  float: right;
  margin: 0;
  width: 44px;
  height: 90px;
  line-height: 70px;
  text-align: center;
  font-size: 80px;
  text-decoration: none;
  color: #999;
  background: #e8e8e8;
  overflow: hidden;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.album-carousel-btn-prev:hover,
.album-carousel-btn-next:hover {
  color: #fff;
  background-color: #d9d9d9;
}
.album-carousel-zone {
  position: relative;
  z-index: 1;
  float: left;
  margin: 0;
  margin-left: 6px;
  width: 700px;
  height: 90px;
  background-color: #FFF;
  overflow: hidden;
}
.album-carousel-list {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  /* width: 1760px; */
  height: 90px;
  overflow: hidden;
}
.album-carousel-thumb {
  position: relative;
  z-index: 3;
  float: left;
  margin: 0;
  margin-right: 25px;
  list-style-type: none;
  width: 120px;
  height: 90px;
  overflow: hidden;
}
.album-carousel-thumb a:link,
.album-carousel-thumb a:visited,
.album-carousel-thumb a:hover {
  /* position: absolute;
  z-index: 2;
  top: 0;
  left: 0; */
  display: table-cell;
  width: 120px;
  height: 90px;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
}
.album-carousel-thumb img {
  width: 100%;
  /* max-width: 100%; */
  /* max-height: 90px; */
  height: auto;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.album-carousel-thumb-selected a:link img,
.album-carousel-thumb-selected a:visited img,
.album-carousel-thumb-selected a:hover img,
.album-carousel-thumb a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
}

.play-pause {
  width: 32px;
  height: 50%;
  padding: 14px 16px;
}

.audiojs .play {
  background: url("../images/player-graphics.gif") 0 0 no-repeat;
}
.audiojs .pause {
  background: url("../images/player-graphics.gif") 0 -100px no-repeat;
}
.audiojs .error {
  background: url("../images/player-graphics.gif") 0 -66px no-repeat;
}
.audiojs p {
  display: none;
  width: 32px;
  height: 32px;
  margin: 0px;
  cursor: pointer;
}

/* show-video */
.show-shidian {
  /*min-height: 1200px;*/
  /*_height: 1200px;*/
}
.show-shidian .show-video .player {
  position:relative;
  width: 600px;
  height:450px;
  background:#000;
}
.show-shidian .show-video #player {
  position:relative;
  z-index:100;
  margin:0 auto;
  width:600px;
  height:450px;
}

.show-banner,
.show-banner img {
  width: 100%;
  height: auto;
}
.show-videoCont {
  width: 410px;
  padding: 35px;
}
.show-videoCont .tit {
  font-size: 24px;
  color: #656565;
  font-weight: bold;
  text-align: justify;
  overflow: hidden;
}
.show-videoCont .desc-tt {
  line-height: 35px;
  color: #656565;
}
.show-videoCont .desc {
  line-height: 35px;
  color: #999;
  text-indent: 2em;
  text-align: justify;
  overflow: hidden;
}